+Thu Jul 8 00:00:20 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gdk-pixbuf/tmpl/module_interface.sgml: Add new functions.
+
+Wed Jul 7 23:57:43 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gdk-pixbuf/gdk-pixbuf-sections.txt: Add new functions.
+
2004-07-07 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/*: Misc additions.
gdk_pixbuf_format_get_extensions
gdk_pixbuf_format_is_writable
gdk_pixbuf_format_is_scalable
+gdk_pixbuf_format_is_disabled
+gdk_pixbuf_format_set_disabled
+gdk_pixbuf_format_get_license
GdkPixbufFormat
GdkPixbufFormatFlags
GdkPixbufModulePattern
@extensions: a %NULL-terminated array of typical filename extensions for the
image format.
@flags: a combination of #GdkPixbufFormatFlags.
+@disabled: a boolean determining whether the loader is disabled.
+@license: a string containing license information, typically set to
+ shorthands like "GPL", "LGPL", etc.
@Since: 2.2
<!-- ##### ENUM GdkPixbufFormatFlags ##### -->
</para>
@GDK_PIXBUF_FORMAT_WRITABLE: the module can write out images in the format.
-@GDK_PIXBUF_FORMAT_SCALABLE:
+@GDK_PIXBUF_FORMAT_SCALABLE: the image format is scalable
@Since: 2.2
<!-- ##### STRUCT GdkPixbufModulePattern ##### -->